C1.PivotEngine Assembly / C1.PivotEngine Namespace / ValueSet<T> Class / Add Method
Value to add to the collection.

In This Topic
Add Method (ValueSet<T>)
In This Topic
Adds a value to the collection if not already present.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal value As T _
) 
 

Parameters

value
Value to add to the collection.
See Also